Skip to content

[3.5] bpo-30175: Skip client cert tests of test_imaplib (#1320)#1324

Merged
vstinner merged 1 commit into
python:3.5from
vstinner:backport-5bccca5-3.5
Apr 27, 2017
Merged

[3.5] bpo-30175: Skip client cert tests of test_imaplib (#1320)#1324
vstinner merged 1 commit into
python:3.5from
vstinner:backport-5bccca5-3.5

Conversation

@vstinner
Copy link
Copy Markdown
Member

  • bpo-30175: Skip client cert tests of test_imaplib

The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly
generated client x509 certificate anymore.

  • bpo-30188: Catch EOFError in NetworkedNNTPTests

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.

(cherry picked from commit 5bccca5)

* bpo-30175: Skip client cert tests of test_imaplib

The IMAP server cyrus.andrew.cmu.edu doesn't accept our randomly
generated client x509 certificate anymore.

* bpo-30188: Catch EOFError in NetworkedNNTPTests

test_nntplib fails randomly with EOFError in
NetworkedNNTPTests.setUpClass(). Catch EOFError to skip tests in that
case.

(cherry picked from commit 5bccca5)
@vstinner vstinner merged commit 0eda2d4 into python:3.5 Apr 27, 2017
@vstinner vstinner deleted the backport-5bccca5-3.5 branch April 27, 2017 19:32
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

tests Tests in the Lib/test dir

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants